home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / util2 / hexdump.rea < prev    next >
Text File  |  1996-01-16  |  606b  |  20 lines

  1. Short:    V1.1 hex file dumper
  2. Author:   pjr@pyra.co.uk (P.J. Ruczynski)
  3. Uploader: mca@uk.ac.gcal (Mark Carter)
  4. Type:     util/misc
  5.  
  6. Produces a hex dump of the specified file or the data that is piped
  7. into it from the standard input. The format of the dump is hex values
  8. on the left, corresponding ascii value on the right. Only printable
  9. ascii values are printed as themselves, all other ascii values are
  10. output as fullstops.
  11.  
  12. This utility is not a hex EDITOR.
  13.  
  14. Freeware.
  15. C source code and executable included.
  16. It is a port of P.J. Ruczynski's utility, originally written for UNIX.
  17.  
  18. Mark Carter
  19. 18-Nov-95
  20.